Crate jid

source · []
Expand description

Provides a type for Jabber IDs.

For usage, check the documentation on the Jid struct.

Structs

A struct representing a bare Jabber ID.

A struct representing a full Jabber ID.

Enums

An enum representing a Jabber ID. It can be either a FullJid or a BareJid.

An error that signifies that a Jid cannot be parsed from a string.